docs(envoy-gateway): sync networkpolicy options#342
Open
mberlofa wants to merge 1 commit into
Open
Conversation
📝 WalkthroughWalkthroughThis PR updates the Envoy Gateway chart documentation to describe a new ChangesEnvoy Gateway Docs and Playground Sync
Estimated code review effort: 1 (Trivial) | ~5 minutes Related PRs: None identified. Suggested labels: documentation Suggested reviewers: None identified.
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 6, 2026
## Summary - fix certgen Job pod labels to use selector labels plus component only - add `security.networkPolicy.extraEgress` support with schema and unit coverage - add centralized `envoy-gateway.validate` entrypoint for rate limiting, external Redis auth, ExternalSecrets, and reserved pod-label validations ## Validation - helm unittest charts/envoy-gateway - helm lint --strict charts/envoy-gateway - make template-standards-check CHART=envoy-gateway - make standards-check CHART=envoy-gateway - make validate-chart CHART=envoy-gateway TIMEOUT=900: FULLY VALIDATED (20 layers) - make site-sync-check CHART=envoy-gateway - make release-check REPO=charts - make attribution-check REPO=charts Site PR: helmforgedev/site#342 Issue: #633 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added `security.networkPolicy.extraEgress` to append additional egress rules to the controller NetworkPolicy. * Added fail-fast Helm chart validations for incompatible rate-limiting and external Redis/external secrets settings. * **Bug Fixes** * Updated certgen Job pod label behavior to use the chart’s selector labels. * Prevented `podLabels` from overriding reserved selector label keys. * **Tests** * Expanded validation, certgen label, and security extra egress test coverage. * **Documentation** * Corrected wording for `security.networkPolicies` in the README. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
security.networkPolicy.extraEgressfor the Envoy Gateway chartenvoy-gatewayto the playground coverage allowlist required by site syncValidation
Chart PR: helmforgedev/charts#663
Issue: helmforgedev/charts#633